home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 27 / develop issue 27 code / internet config assistant / internetassistantprefix.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-30  |  76 b   |  9 lines

  1.  
  2. #define NDEBUG
  3.  
  4. #ifdef NDEBUG
  5. #define DEBUG 0
  6. #else
  7. #define DEBUG 1
  8. #endif
  9.